Skip to content

update any() to all() to prevent short circuiting #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

TurboVin
Copy link

@TurboVin TurboVin commented Aug 9, 2022

address issue 98
#98

@dhalbert
Copy link
Contributor

dhalbert commented Aug 9, 2022

@rhooper can you review? Thanks.

@TurboVin TurboVin marked this pull request as draft August 9, 2022 13:31
@TurboVin
Copy link
Author

TurboVin commented Aug 9, 2022

thinking now that even all() will short circuit if one returns false. possibly have to break into for loop logic to at least run through each iteration and then set/return a bool

@TurboVin TurboVin marked this pull request as ready for review August 9, 2022 17:30
@TurboVin TurboVin closed this Aug 9, 2022
@TurboVin TurboVin deleted the fix-AnimationGroup-short-circuiting branch August 9, 2022 17:30
@TurboVin
Copy link
Author

TurboVin commented Aug 9, 2022

closed, replaced with #100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants